body {
            font-size: 14px;
            background: #F6F9FF;
            padding-top: 76px;
        }

        * {
            box-sizing: border-box;
        }

        a {
            text-decoration: none;
        }

        .header-bg {
            width: 100%;
            background: #ffffff;
            position: fixed;
            top: 0;
            z-index: 10;
        }

        .header {
            width: 1280px;
            height: 76px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .navs {
            padding-left: 200px;
        }
.m_header{display: none;}

        .navs > a {
            color: #333;
            text-decoration: none;
            margin-right: 40px;
            font-weight: 400;
        }

        .navs > a:hover {
            color: #206FFF;
            font-weight: bold;
        }

        .login {
            
            height: 36px;
            border: 1px solid #206FFF;
            display: flex;
            align-items: center;
        }

        .login-btn {
            width: 90px;
            height: 36px;
            color: #fff;
            background: #206FFF;
            display: flex;
            justify-content: space-evenly;
            align-items: center;

        }

        .login-btn > a {
            color: #fff;
        }

        .phone {
            color: #206FFF;
            display: flex;
            align-items: center;
            font-family: Arial;
            font-weight: bold;
        }


        .phone > img {
            width: 17px;
            height: 18px;
            fill: #206FFF;
            stroke: #206FFF;
            margin-left: 19px;
            margin-right: 9px;
        }

        .banner-bg {
            width: 100%;
            height: 420px;
            background: #0753FF;
        }

        .banner {
            width: 1280px;
            height: 420px;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 70px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .banner-left {
            color: #fff;
        }

        .banner-left > h1 {
            font-size: 38px;
        }

        .banner-left > h1 > span {
            color: #FFE800;
        }

        .banner-left > h4 {
            font-size: 18px;
            margin-top: 22px;
        }

        .banner-left > h4 > span {
            color: #FFEE00;
        }

        .banner-left > a {
            margin-top: 29px;
            display: block;
            text-decoration: none;
            width: 128px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background: #FFE800;
            color: #FF0000;
            border-radius: 18px;
        }

        .banner-right {
        }
        .breadcrumb{
            line-height: 1.5rem;
            width: 1280px;
            margin: 0 auto;
            font-size: 14px;
            padding-top: 29px;
            padding-left: 20px;
        }
        .breadcrumb a{
            color: #333;
            text-decoration: none;
            font-weight: 400;
        }

        .box01 {
            width: 1280px;
            margin: 20px auto 0;
            display: flex;
            justify-content: space-between;
        }

        .box01-item {
            width: 310px;
            height: 110px;
            background: #fff;
            padding: 34px 0 25px 45px;
        }

        .box01-item > img {
            width: 51px;
            height: 51px;
            float: left;
            margin-right: 11px;
        }

        .box01-item > h5 {
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

        .box01-item > p {
            color: #656565;
            font-weight: 100;
            margin-top: 14px;
        }

        .box02-bg {
            width: 100%;
            height: 406px;
            margin-top: 19px;
            background: #fff;
        }

        .box02 {
            width: 1280px;
            height: 406px;
            margin: 0 auto;
            padding-top: 39px;
        }

        .box02 > h2 {
            font-size: 32px;
            text-align: center;
        }

        .box02-content {
            height: 226px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 60px;
        }

        .line-v-200 {
            width: 1px;
            height: 200px;
            background: #ECEFF4;
        }

        .box02-item {
            width: 217px;
            height: 226px;
        }

        .box02-item > img {
            width: 50px;
            height: 50px;
        }

        .box02-item > h3 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
            margin-top: 28px;
        }

        .box02-item > h3 > span {
            font-size: 24px;
            font-weight: 600;
        }

        .box02-item > p {
            color: #666;
            font-weight: 100;
            margin-top: 19px;
            line-height: 1.7;
        }

        .box02-item > a {
            display: block;
            width: 110px;
            height: 38px;
            line-height: 38px;
            border: 1px solid #206FFF;
            border-radius: 19px;
            text-align: center;
            color: #206FFF;
            margin-top: 30px;
        }

        .box02-item > a:hover {
            background: #206FFF;
            color: #fff;
        }

        .box3 {
            width: 1280px;
            margin: 0 auto;
            padding-bottom: 59px;
            position: relative;
        }

        .box3 > h2 {
            font-size: 32px;
            text-align: center;
            margin-top: 39px;
        }

        .box3-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 49px;
        }

        .box3-item {
            width: 310px;
            height: 300px;
            background: #fff;
            margin-bottom: 12px;
        }

        .box3-item > img {
            width: 310px;
            height: 180px;
        }

        .box3-text-box {
            position: relative;
            padding: 19px 22px 0;
        }

        .box3-text-box > img {
            width: 64px;
            height: 64px;
            position: absolute;
            top: -16px;
            right: 10px;
        }

        .box3-text-box > h3 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
        }

        .box3-text-box > p {
            color: #666;
            font-weight: 100;
            margin-top: 19px;
            line-height: 1.7;
        }

        .box4-bg {
            width: 100%;
            height: 551px;
            background: #ffffff;
            position: relative;
        }

        .box4 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
        }

        .box4 > h2 {
            font-size: 32px;
            text-align: center;
        }

        .box4-content {
            display: flex;
            justify-content: center;
            margin-top: 45px;
        }

        .box4-item:first-child {
            margin-bottom: 45px;
        }

        .box4-item > img {
            width: 50px;
            height: 50px;
        }

        .box4-item > h3 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
            margin-top: 26px;
        }

        .box4-item > p {
            color: #666;
            font-weight: 100;
            margin-top: 19px;
            line-height: 1.7;
        }

        .box4-middle {
            width: 702px;
            height: 350px;
            
            text-align: center;
        }

        .box4-text-bottom {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #666;
            font-weight: 100;
        }

        .box5-bg {
            width: 100%;
            height: 436px;
            background: #0D4EFF ;
            position: relative;
        }

        .box5 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 49px;
        }

        .box5 > h2 {
            font-size: 32px;
            text-align: center;
            color: #fff;
        }

        .box5-content {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
        }

        .box5-item {
            width: 170px;
            color: #fff;
        }

        .box5-item > img {
            width: 50px;
            height: 50px;
        }

        .box5-item > h3 {
            font-size: 22px;
            font-weight: bold;
            margin-top: 29px;
        }

        .box5-item > p {
            font-weight: 100;
            margin-top: 19px;
            line-height: 1.7;
        }

        .box5-btns {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }

        .box5-btns > a {
            width: 210px;
            height: 50px;
            border: 1px solid #fff;
            border-radius: 25px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            margin: 0 10px;
        }

        .box5-btns > a:last-of-type {
            background: #fff;
            color: #206FFF;
        }

        .box6-bg {
            width: 100%;
            height: 530px;
            background: url("./images/bg.png") no-repeat center;
            background-size: auto 530px;
            position: relative;
        }

        .box6 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
        }

        .box6 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box6-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 42px;
        }

        .box6-item {
            width: 240px;
            height: 170px;
            background: #fff;
            margin-bottom: 18px;
        }

        .box6-item > img {
            width: 240px;
        }

        .box6-item > .text-box {
            height: 46px;
            border-top: 1px solid #E9EDF5;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #666;
            font-weight: 100;
        }

        .box7-bg {
            width: 100%;
            height: 693px;
            background: #fff;
            position: relative;
        }

        .box07 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
        }

        .box07 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box7-content {
            margin-top: 42px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .box7-item {
            width: 180px;
            height: 140px;
            line-height: 30px;
            color: #666;
            text-align: center;
            font-weight: 100;
            margin-bottom: 10px;
            margin-right: 5px;
            display: flex;
            flex-direction: column;
        }

        .box7-item > img {
            width: 180px;
        }

        .box7-btns {
            display: flex;
            justify-content: center;
            margin-top: 38px;
        }

        .box7-btns > a {
            width: 210px;
            height: 50px;
            border: 1px solid #206FFF;
            border-radius: 25px;
            line-height: 50px;
            text-align: center;
            color: #206FFF;
            font-size: 16px;
            font-weight: 300;
            margin: 0 10px;
        }

        .box7-btns > a:last-of-type {
            background: #206FFF;
            color: #fff;
        }

        .box8 {
            width: 1280px;
            height: 460px;
            margin: 0 auto;
            padding-top: 39px;
            position: relative;
        }

        .box8 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box8-content {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }

        .box8-item {
            width: 416px;
            height: 220px;
            background: #fff;
            padding: 20px 25px 0;
        }

        .box8-item > h3 {
            height: 56px;
            display: flex;
            align-items: center;
            font-size: 22px;
            color: #333;
            border-bottom: 1px solid #E9EDF5;
        }

        .box8-item > h3 > img {
            width: 28px;
            margin-right: 12px;
        }

        .box8-item > .answer {
            margin-top: 27px;
            display: flex;
            align-items: start;
            color: #666;
            font-weight: 100;
            line-height: 1.7;
        }

        .box8-item > .answer > img {
            width: 28px;
            margin-right: 12px;
        }

        .box88 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
            padding-bottom: 35px;
            position: relative;
        }

        .box88 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box88-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .box88-item {
            width: 49%;
            background: #fff;
            padding: 10px 25px 0;
        }

        .box88-item > h3 {
            height: 56px;
            display: flex;
            align-items: center;
            font-size: 20px;
            color: #333;
            border-bottom: 1px solid #E9EDF5;
        }

        .box88-item > h3  > span{
            height: 56px;
            line-height: 56px;
        }

        .box88-item > h3 > img {
            width: 28px;
            margin-right: 12px;
        }

        .box88-item > .answer {
            margin-top: 27px;
            display: flex;
            align-items: start;
            color: #666;
            font-weight: 100;
            line-height: 1.7;
        }

        .box88-item > .answer > img {
            width: 28px;
            margin-right: 12px;
        }

        .list-box {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
            position: relative;
        }

        .list-box > h1 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .list-content {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }

        .list-item {
            height: 220px;
            background: #fff;
            padding: 20px 25px 0;
        }

        .list-item > .content-intro {
            height: 36px;
            text-align: center;
            font-size: 18px;
            color: #333;
            border-bottom: 1px solid #E9EDF5;
        }

        .list-item > .content-box {
            margin-top: 27px;
            color: #666;
            font-weight: 100;
            line-height: 1.7;
        }

        .box9 {
            width: 1280px;
            margin: 0 auto 50px;
            padding-top: 39px;
            position: relative;
        }

        .box9 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box9-content {
            margin-top: 39px;
            padding: 20px;
            background: #fff;
            display: flex;
            justify-content: space-between;
        }

        .box9-left {
            width: 424px;
        }

        .box9-left > .title {
            height: 70px;
            padding: 13px 0;
            display: flex;
            align-items: flex-end;
            border-bottom: 1px solid #ddd;
        }

        .box9-left > .title > h3 {
            color: #333;
            font-size: 28px;
        }

        .box9-left > .title > p {
            color: #666;
            font-size: 14px;
        }

        .box9-left > .info > p {
            color: #666;
            font-size: 14px;
            line-height: 1.7;
            margin-top: 20px;
        }

        .box9-left > .box9-btns {
            flex-direction: row-reverse;
            justify-content: flex-end;
            margin-top: 26px;
        }

        .box9-left > .box9-btns > a {
            width: 130px;
            height: 38px;
            line-height: 38px;
            margin: 0 5px;
        }

        .box11-bg {
            width: 100%;
            height: 320px;
            background: url("./images/bg.png") no-repeat center;
            background-size: auto 530px;
            position: relative;
        }

        .box11 {
            width: 1280px;
            margin: 0 auto;
            padding-top: 39px;
        }

        .box11 > h2 {
            font-size: 32px;
            text-align: center;
            color: #333;
        }

        .box11-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 42px;
        }

        .box11-item {
            width: 240px;
            height: 170px;
            background: #fff;
            margin-bottom: 18px;
        }

        .box11-item > img {
            width: 240px;
        }

        .box11-item > .text-box {
            height: 46px;
            border-top: 1px solid #E9EDF5;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #666;
            font-weight: 100;
        }


        .footer-bg {
            width: 100%;
            height: 221px;
            background: #222429;
        }

        .footer {
            width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
        }

        .footer-left {
            margin:0 94px;
        }

        .footer-left > img {
            margin-top: 32px;
            height: 40px;
        }

        .footer-phone {
            width: 170px;
            height: 38px;
            background: #206FFF;
            margin-top: 19px;
            font-family: Arial;
            font-weight: bold;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .box77-bg {
            width: 100%;
            background: #222429;
        }
        .box77 {
            width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
        }
        .friend-link{
            padding: 20px 0 5px; 
            color: #fff;
            text-align: center;
            justify-content: center;
            font-size: 14px;
            flex-wrap: wrap;
        }
        .friend-link a{
            color: #c4c4c4;
            margin: 0 10px 5px;
        }

        .footer-divider {
            width: 1px;
            height: 82px;
            background: #3C3D40;
            margin-top: 50px;
        }

        .quick-navigation, .contact {
            margin: 0 45px;
            padding-top: 50px;
        }

        .quick-navigation > h5, .contact > h5 {
            font-size: 16px;
            color: #fff;
        }

        .quick-navigation > .links, .contact > p {
            margin-top: 20px;
        }

        .quick-navigation > .links > a, .contact > p {
            font-size: 13px;
            color: #C4C4C4;
            font-weight: 100;
            line-height: 1.7;
            margin-right: 30px;
        }

        .quick-navigation > .links > a:last-of-type {
            margin-right: 0;
        }


        .cs-popup-mask {
            display: none;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2000;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, .25);
        }

        .cs-popup {
            width: 1280px;
            height: 377px;
            margin: calc(50vh - 200px) auto 0;
            display: flex;
            justify-content: center;
        }

        .cs-popup .img-bg {
            width: 500px;
            height: 377px;
            position: relative;
        }

        .cs-popup .img-bg .close-btn {
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 70px;
            right: 15px;
        }

        .right-bar {
            position: fixed;
            right: 74px;
            top: calc(50% - 210px);
            z-index: 400;
        }

        .right-bar .rb-container {
            position: relative;
            width: 60px;
            height: 420px;
        }

        @keyframes downup {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(0, -4px);
            }
            100% {
                transform: translate(0, 0);
            }
        }

        .right-bar .rb-container .left-badge {
            position: absolute;
            top: 0;
            left: -13px;
            height: 22px;
            animation: downup 1s infinite linear;
        }

        @keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .right-bar .rb-container .right-badge {
            height: 23px;
            position: absolute;
            top: 60px;
            right: -13px;
            animation: blink 1.5s linear infinite;
        }

        .right-bar .rb-container .cs {
            border: 0;
            outline: none;
            width: 60px;
            height: 140px;
            font-size: 18px;
            border-radius: 0;
            line-height: 1.1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background: #206FFF;
            color: #fff;
        }

        .right-bar .rb-container .cs > svg {
            height: 16px;
            margin-bottom: 9px;
            fill: #fff;
        }

        .right-bar .rb-container .cs > object svg {
            fill: #fff;
        }

        .right-bar .rb-container .btn-list {
            height: 210px;
            background: #333;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
        }

        .right-bar .rb-container .btn-list .btn-item {
            width: 100%;
            height: 72px;
            font-size: 14px;
            color: #bbb;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

        .right-bar .rb-container .btn-list .divider-47 {
            width: 47px;
            height: 1px;
            background: #555;
        }

        .right-bar .rb-container .btn-list .btn-item:hover {
            background: #212121;
        }

        .right-bar .rb-container .btn-list .btn-item > svg {
            height: 18px;
            color: #fff;
            fill: #fff;
        }

        .right-bar .rb-container .btn-list .btn-item.scroll-top {
            height: 64px;
        }

        .right-bar .rb-container .btn-list .btn-item.scroll-top > .svg-icon {
            font-size: 26px;
        }

        #ServiceAdvantages, #CooperationWithCustomers, #Solutions, #FAQ, #AboutUs, #Channel, #FlowServiceProcess {
            position: absolute;
            top: -80px;
        }
.main {
    width: 860px;
    margin: 0 440px 0 0;
    padding: 20px 0 30px;
}
.sidebar {
    position: absolute;
    top: 0px;
    right: 0;
    width: 400px;
    padding: 20px 0 30px;
}
.kingcontent {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 59px;
    position: relative;
}
.list-nitem{height: 150px;background: #fff;margin: 0 0 15px 0;}
.list-nitem img{float: left; width: 245px;height: 150px;}
.list-nitem .list-text-box {margin: 0 0 0 255px;}
.list-text-box {
    position: relative;
    padding: 19px 22px 0;
}
.list-text-box > h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.list-text-box > p {
    color: #666;
    font-weight: 100;
    margin-top: 19px;
    line-height: 1.7;
}
.widget {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.04);
}
.widget-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 14px;
    font-size: 16px;
    font-weight: 500;
}
.widget ul .item {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    position: relative;
    line-height: 1.46;
}
.widget ul .item a{
    color: #333;
}
.widget .item-img {
    float: left;
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
}
.widget .item-img img {
    width: 100%;
    height: 63px;
    vertical-align: top;
}
.widget .item-content {
    margin-left: 110px;
}
.widget .item-title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}
.widget .item-date {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 14px;
}
.pagination {
    display: block;
    text-align: center;
}
.pagination>a,.pagination>span {
    padding: 0 5px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px!important;
    color: rgba(0,0,0,.6);
    background-color: #f4f4f5;
    min-width: 30px;
    border-radius: 2px;
}
.pagination>span.pageinfo {
    color: rgba(0,0,0,.6);
    background-color: #f4f4f5;
}
.pagination>a.curpage {
    color: #aaa;
    background: var(--theme-color);
}
.content-post{
    background: #fff;
    padding: 20px;
}
.content-post .title h1{
    font-size: 30px;
    text-align: center;
    padding: 30px 0 15px;
}
.content-post .title .info{
    padding-bottom: 15px;
    text-align: center;
}
.content-content .entry  {
    line-height: 1.8;
    font-size: 16px;
    color: rgba(0,0,0,.8);
}
.entry .entry-footer {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0,0,0,.6);
}
.content-post .entry-tag {
    margin-bottom: 30px;
}
.content-post .entry-tag a {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0 15px;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.content-post .entry-page {
    font-size: 16px;
    line-height: 1.2;
}
.content-post .entry-page a{
    color: #333;
}
.content-post .entry-page p {
    margin: 0 0 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related{
    background: #fff;
    padding: 15px;
}
.entry-related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-related .related-item {
    width: calc(50% - 15px);
    margin: 12px 30px 12px 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style: none;
    list-style-position: outside;
    color: rgba(0,0,0,.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.entry-related .related-item a {
    display: inline-block;
    width: 100%;
    color: rgba(0,0,0,.8);
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    word-wrap: normal;
}
.entry-related-title{
    border-top: 1px solid #efefef;
    padding: 20px 0 12px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}


